feat(agent-manager): show reviewer avatars in PR sidebar - #13952
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (12 files)
Previous Review Summaries (3 snapshots, latest commit fb17960)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit fb17960)Status: No Issues Found | Recommendation: Merge Files Reviewed (11 files)
Previous review (commit dec40ce)Status: No Issues Found | Recommendation: Merge Files Reviewed (10 files)
Previous review (commit c7ac518)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (8 files)
Reviewed by grok-4.6 · Input: 111.1K · Output: 15K · Cached: 1M Review guidance: REVIEW.md from base branch |
marius-kilocode
force-pushed
the
add-reviewer-avatar-to-pr-sidebar
branch
from
September 9, 2026 09:39
c7ac518 to
faace61
Compare
marius-kilocode
enabled auto-merge
September 9, 2026 09:57
marius-kilocode
disabled auto-merge
September 9, 2026 10:14
eshurakov
approved these changes
Sep 9, 2026
marius-kilocode
enabled auto-merge
September 9, 2026 11:10
marius-kilocode
force-pushed
the
add-reviewer-avatar-to-pr-sidebar
branch
from
September 9, 2026 11:14
dec40ce to
200dd86
Compare
marius-kilocode
disabled auto-merge
September 9, 2026 11:18
marius-kilocode
enabled auto-merge
September 9, 2026 11:29
marius-kilocode
force-pushed
the
add-reviewer-avatar-to-pr-sidebar
branch
from
September 9, 2026 11:31
fb17960 to
cbb0d53
Compare
This was referenced Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
The Agent Manager PR sidebar showed reviewer names with generic state icons and a separate
Review: Approvedoverview row. It did not show reviewer profile pictures or present each review state in the GitHub-style reviewer list.Why This Change Was Made
Review: Approvedoverview row while retaining the aggregate decision in PR Summary.User Impact
The PR sidebar now makes the reviewer identity and review state visible at a glance. Approved reviewers show a profile picture and green check, changes requested reviewers show a red x, commented reviewers show a comment icon, and pending reviewers show a neutral pending icon.
Evidence
Before
After
The after screenshot is the generated Agent Manager visual-regression capture. The before image is a reference reconstruction of the supplied original sidebar screenshot.
Validation
bun run compileinpackages/kilo-vscode/bun run typecheckbun run lintbun run test:unit, 5460 passed, 2 skipped